jade.domain.FIPAAgentManagement
Class MTPDescription

java.lang.Object
  |
  +--jade.domain.FIPAAgentManagement.MTPDescription

public class MTPDescription
extends java.lang.Object

Description of a message transport protocol.

Author:
Fabio Bellifemine - CSELT
See Also:
FIPAAgentManagementOntology

Constructor Summary
MTPDescription()
           
 
Method Summary
 void addAddresses(java.lang.String a)
           
 void clearAllAddresses()
           
 Iterator getAllAddresses()
           
 java.lang.String getMtpName()
           
 java.lang.String getProfile()
           
 boolean removeAddresses(java.lang.String a)
           
 void setMtpName(java.lang.String n)
           
 void setProfile(java.lang.String p)
           
 java.lang.String toString()
           
 void toText(java.io.Writer w)
          Deprecated. the toString method should be used instead of this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MTPDescription

public MTPDescription()
Method Detail

setProfile

public void setProfile(java.lang.String p)

setMtpName

public void setMtpName(java.lang.String n)

getProfile

public java.lang.String getProfile()

getMtpName

public java.lang.String getMtpName()

addAddresses

public void addAddresses(java.lang.String a)

removeAddresses

public boolean removeAddresses(java.lang.String a)

clearAllAddresses

public void clearAllAddresses()

getAllAddresses

public Iterator getAllAddresses()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toText

public void toText(java.io.Writer w)
Deprecated. the toString method should be used instead of this method.